/*Couleur de fond*/

.background-body{
    background-color: rgb(255, 255, 255);
    padding: 25px;
}

/*Couleur de fond*/

/*Corps du formulaire*/

.body-form{
    padding: 30px;
    width: 600px;
    margin: auto;
    display: block;
    background-color: #fff;
    border-radius: 1%;
    box-shadow: 1px 1px 12px rgb(183, 183, 183);

}

@media screen and (max-width: 650px) {
    .body-form{
        max-width: 300px;
        display: block;
    }
}

/*Corps du formulaire*/


/*Image du formulaire*/

.banner-loa{
    width: 100%;
    margin-bottom: 25px;
}

/*Image du formulaire*/

/*Titre du formulaire*/

.titre-formulaire-loa{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

@media screen and (max-width: 650px) {

    .titre-formulaire-loa{
        font-size: 14px;
    }
}

/*Titre du formulaire*/

.titre-formulaire-resultat{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;

}

/*LE FORMULAIRE*/

.formulaire{
    text-align: center;
}


/*LE FORMULAIRE*/

/*Labels du formulaire*/

.titre-label{
    font-size: 15px;
    font-weight: 400;
    color: #414141 ;

}

.titre-label-clique{
    cursor: pointer;
}

.titre-label-clique:focus{
    font-weight: 800;
}

.titre-label-clique:hover{
    color: #f27c00;
}




@media screen and (max-width: 650px) {

    .titre-label{
        font-size: 12px;
    }
}

/*Labels du formulaire*/

/*Bouton radio*/

.bouton-radio{
    border: 1px solid lightgray;
    padding: 8px;
    border-radius: 4%;
}

@media screen and (max-width: 650px) {

    .bouton-radio{
        margin-bottom: 15px;
    }
}

input[type="radio"]:checked{
    background: #f27c00;
    border-color: #f27c00;
}

.bouton-envoyer{
    padding: 8px;
    background-color: #bf6709;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 4%;

}

.bouton-envoyer:hover{
    background-color: #f27c00;
}

.fond-resultat-loa{
    text-align: center;
    background-color: #eeeeee;
    padding: 3px;
    border: 1px solid #bebebe;
}

.titre-resultat{
    padding: 16px;
    font-size: 18px;
}

.bouton-form{
    text-align: center;
    margin-top: 30px;
}

.bouton-demande{
    background-color: #ca6a03;
    color: #fff;
    border: none;
    padding: 8px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4%;
    text-align: center;
}

.bouton-demande:hover{
    background-color: #f27c00;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .bouton-demande{
        margin-top: 5px;
        display: block;
    }
}


.bouton-demande-2{
    background-color: #454545;
    color: #fff;
    border: none;
    padding: 8px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4%;
    text-align: center;
}

.bouton-demande-2:hover{
    background-color: #1f1f1f;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .bouton-demande-2{
        margin-top: 5px;
        display: block;
    }
}

.champs-formulaire-contact{
    margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
    .liste-hero{
        font-size: 16px;
    }
}

.bouton-fermer{
    background-color: #ca6a03;
    color: #fff;
    border: none;
    padding: 8px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4%;
}